executable instruction

英 [ɪɡˈzekjətəbl ɪnˈstrʌkʃn] 美 [ɪɡˈzekjətəbl ɪnˈstrʌkʃn]

网络  可执行指令

计算机



双语例句

  1. One way of debugging this failure is to do an object dump of the executable and save it in a file, then search for the failed instruction ( in this case, the failed opcode is98080000).
    调试这个问题的一种方法是对这个可执行程序执行objdump命令,并将其结果保存到一个文件中;然后查找出错的指令(在本例中,出错的操作码是98080000)。
  2. An executable unit begins at the start of every basic block and at any instruction that corresponds to a line of source code that is different than the previous instruction.
    一个可执行的单元由每一个基本快开始,而与每行源代码相对应的指南与前面版本中的指南有所不同。
  3. The key work performed in this stage is to determine which bytes of the binary hold executable instruction and which hold data.
    这个阶段要做的主要工作是确定二进制代码中哪些字节是可执行指令、哪些是数据。
  4. As software means of code migration, binary translation can convert executable binaries in the absence of its sources from one instruction set architecture to the other.
    二进制翻译作为实现代码移植的一种软件手段,能将某一体系结构下的可执行二进制程序在没有其源代码的情况下翻译转换成能在其它体系结构下运行的二进制代码。